runtime.arenaHint.down (field)

4 uses

	runtime (current package)
		malloc.go#L659: 		if hint.down {
		malloc.go#L673: 			if !hint.down {
		malloc.go#L712: 		hint.addr, hint.down = uintptr(v), true
		mheap.go#L311: 	down bool